17. Any More Outliers?
Any More Outliers?
Question:
A quick way to remove a key-value pair from a dictionary is the following line:
dictionary.pop( key, 0 )
Write a line like this (you’ll have to modify the dictionary and key names, of course) and remove the outlier before calling featureFormat(). Now rerun the code, so your scatterplot doesn’t have this outlier anymore. Are all the outliers gone?
Start Quiz: